home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Dirt2 Demo / data1.cab / GameFolder_Disc / example_benchmark.xml < prev    next >
Encoding:
Extensible Markup Language  |  2009-11-26  |  1.6 KB  |  38 lines

  1. <?xml version="1.0" standalone="yes" ?>
  2. <!-- Example benchmark mode control file
  3.  
  4.   Enable by adding -benchmark <benchmark_filename.xml> to the command line parameters
  5.  
  6.   Specify car and track list as shown below (up to 10 tracks, 8 cars per track):
  7.   
  8.   For a list of track and car names, browse to the DiRT2 installation directory and look at the folder names within the 'tracks' and 'cars' folders
  9.   The last letter of the car names often refers to the car type: r for rally, t for trailblazer, x for rallycross
  10.     
  11.   <track country="baja" name="baja_iron" route="route_0">
  12.     <car name="por_00" number="8" />
  13.   </track>
  14.   <track country="morocco" name="morocco_trail" route="route_0">
  15.     <car name="ect_00" number="1" />
  16.     <car name="stt_01" number="1" />
  17.   </track>
  18.   
  19.   Options: 
  20.     skipreplays: Don't benchmark the after race replay
  21.     outputfilename: Prefix for the benchmark results file, saved in My Documents\My Games\DiRT2\benchmarks
  22.     hardwaresettings: Use this file for the hardware settings during the benchmark
  23.   
  24.   Note that there may be some variation in results when using more than 1 car
  25.     
  26. -->
  27. <config skipreplays="true" outputfilename="DiRT2_Benchmark" hardwaresettings="hardware_settings_config.xml" >
  28.   <track country="morocco" name="morocco_trail" route="route_0">
  29.     <car name="ect_00" number="1" />
  30.     <car name="ect_01" number="1" />
  31.     <car name="stt_01" number="1" />
  32.     <car name="crt_03" number="1" />
  33.     <car name="n1t_01" number="1" />
  34.     <car name="bmt_01" number="1" />
  35.     <car name="sot_04" number="1" />
  36.     <car name="35t_04" number="1" />
  37.   </track>
  38. </config>